id/email | |
password | |
forgot password | create account |
Determine the value returned by the function.
by Bernie '21
Function Call | Return Value | |||
---|---|---|---|---|
is_percent(2.5) | → | |||
is_percent("Water") | → | |||
is_percent(107) | → | |||
is_percent(-12) | → | |||
is_percent(90) | → |
Experiment with this code on Gitpod.io